file chooser: Don't force a scrollbar
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Jan 2015 03:27:47 +0000 (22:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 9 Jan 2015 03:27:47 +0000 (22:27 -0500)
No point in showing the scrollbar when it is not needed.
https://bugzilla.gnome.org/show_bug.cgi?id=742343

gtk/ui/gtkfilechooserwidget.ui

index a1aed0803398179fe34fb0c92f5af168a99c77be..63ccda8233378d3779340bd19201fc20580829df 100644 (file)
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="hscrollbar_policy">never</property>
-                        <property name="vscrollbar_policy">always</property>
                         <property name="shadow_type">none</property>
                         <child>
                           <object class="GtkTreeView" id="browse_files_tree_view">